home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / ereq19.zip / SYSOP.DOC < prev    next >
Text File  |  1996-11-15  |  8KB  |  288 lines

  1.                           Echo Request Processor
  2.                           ----------------------
  3.  
  4. WHAT THE HECK IS THIS?!?!?
  5.  
  6. Well unlike some sysop's, I like to let my users have a voice in my BBS.
  7. Also Being a gaming bbs, I have very few message posters.I started thinking
  8. what if I let my users choose what Echo's that I carry. IE 'THEY' write the
  9. allfix request to my hubs, and then they feel like I care and start reading
  10. the echo that THEY requested.
  11.  
  12.  
  13. Licensing and Distribution
  14. --------------------------
  15. This Program is ShareWare, the Registration price is $10.00. At this time
  16. I can not accept Credit Cards, only check or Money order. Please Send your
  17. registration fee to:
  18.                         Bryan Turner
  19.                         SMYC Software
  20.                         12235 China Lake
  21.                         Dallas Texas, 75253
  22.  
  23. Please do not send Cash, I can not be held responsible for cash being sent
  24. via the US Postal Service.
  25.  
  26. What do you get if you register? Nothing except the satifaction of knowing
  27. that you are an honest Sysop. This program has no "extras" when registered.
  28. It will show your name in the main menu as "Registered to:".
  29.  
  30. If this Program kill's your Hd or hurt's your bbs I am sorry, But that is
  31. about it. I will hold NO responsibility for anything that Happens to your
  32. System, or personal Life. (Including Pissing off your Hub for turning
  33. on SO MEANY new Echos!) :)
  34.  
  35. Files Included with this archive
  36. --------------------------------
  37.  
  38. EREQ     CFG       Example Config File.
  39. USERS    CFG       List of users that have access to request from your hub.
  40. WHATS    NEW       The What's New File.
  41. EREQ     EXE       Main executable.
  42. ECHO     LST       Your List of your Nets and Addresses ect.
  43. RUN      BAT       A Quick way to run the program.
  44. SORRY    ASC       Used when a User tries to Access Request from Hub with
  45.                    out your access.
  46. SYSOP    DOC       What you are reading now.
  47. USER     ERQ       This is the file that is showed to your users when
  48.                    ask for Instructions
  49.  
  50.  
  51. Configuration Files (3)
  52. -----------------------
  53.  
  54. EREQ.CFG
  55. --------
  56. Edit the file EREQ.CFG to fit your needs.
  57. For Example:
  58.  
  59. C:\BBS\NODE1\DOOR.SYS           <-----Path to drop file
  60. RabbitLand II                   <-----BBS Name
  61. Bryan                           <-----Sysop First Name
  62. Turner                          <-----Sysop Last Name
  63. (0 if not GTUSER.BBS)           <-----Comm Port # (GTUSER.BBS ONLY)
  64. (0 if not GTUSER.BBS)           <-----Node # (GTUSER.BBS ONLY)
  65. 0000                            <-----Reg. Number
  66.  
  67. USERS.CFG
  68. ---------
  69. Edit the file USER.CFG to allow which ever users you want to have access
  70. to Request from your hub.
  71.  
  72. SYSOP
  73. DAVID MOSES
  74. BRYAN TURNER
  75. TOBY MOORE
  76. JAMES SPARKS
  77.  
  78. This would allow LOCAL Requests (SYSOP) and these names as long as they are
  79. typed in EXACTLY as in the drop file. If you are useing Handles as your Main 
  80. name in the User Files, Then Handles should go here as well.
  81.  
  82. ECHO.LST
  83. --------
  84. Edit the ECHO.LST to have all your Networks in there:
  85.  
  86. 1                          <----- Number of the Network
  87. Fido Network               <----- Name of Network as Users See it
  88. C:\files\FIDONET.NA        <----- Name and path to echo list file
  89. BONEHILL                   <----- Areafix password to your hub
  90. 1:124/7020                 <----- Hubs address
  91. 1:124/7015                 <----- Your address
  92. 2
  93. Linear Network
  94. linear.na
  95. APOGEE
  96. 121:2110/103
  97. 121:2110/120
  98.  
  99. You can have as many as 10 networks. Over 10 will mess up the ansi's, also
  100. if you have over 10 networks you might think about contacting me for a 
  101. customized copy. (Register and I will not charge)
  102.  
  103. Installation
  104. ------------
  105. The following drop files are supported by Echo Request Processor.
  106.  
  107.    PCBOARD.SYS     DORINFOx.DEF
  108.    USERS.SYS       SFDOORS.DAT
  109.    DOOR.SYS        USERINFO.DAT
  110.    CALLINFO.BBS    GTUSER.BBS
  111.  
  112.  
  113. Add the command line below to your batch file to start the door.
  114.  
  115. For single line Systems:
  116.  
  117. EREQ EREQ.CFG
  118.  
  119. For Example:
  120.  
  121. @ECHO OFF
  122. C:
  123. CD\EREQ
  124. EREQ EREQ.CFG      <-----Command Line that starts the door.
  125. CD\BBS
  126.  
  127. For Multi-line Systems:
  128.  
  129. EREQ EREQ1.CFG
  130.  
  131. For Example:
  132.  
  133. @ECHO OFF
  134. C:
  135. CD\EREQ
  136. EREQ EREQ1.CFG      <-----Command Line that starts the door.
  137. CD\BBS
  138.  
  139. To run the door in LOCAL mode type EREQ EREQ.CFG /L.
  140.  
  141. Fossil Driver Support
  142. ---------------------
  143. This door supports the use of Fossil drivers.  To tell it to use the
  144. Fossil driver instead of the standard COM ports, just put /FD on the
  145. command line when running the door. For example:
  146.      EREQ EREQ.CFG /FD
  147. indicates that a Fossil driver is present and should be used. If no Fossil
  148. driver is detected, the door will print a message to that effect and exit
  149. the door gracefully.
  150.  
  151. Environment Variables
  152. ---------------------
  153. This door supports COM 1-4 on the standard IRQ's -
  154. COM1/COM3 = IRQ4 and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ,
  155. add the IRQ number after the configuration filename. Let's assume you want
  156. to use COM1 and IRQ5. The command line passed to EREQ would be:
  157.     EREQ EREQ.CFG /5  or
  158.     EREQ EREQ.CFG /%IRQ%  for the environment variable.
  159. The /5 tells the door to use IRQ5 rather than the standard IRQ4
  160. that is normally used with COM1. No /x parameter is needed for the standard
  161. IRQ's.
  162.  
  163. When specifying the location of the system file on line 1 of the EREQ.CFG
  164. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  165. and %wcnodeid%. Some examples:
  166.  PCBoard:
  167.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  168.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  169.  
  170.  Wildcat!:
  171.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  172.  
  173. Non-PCBoard systems may use the PCB environment variables by setting them
  174. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  175.  SET PCBDRIVE=C:
  176.  SET PCBDIR=\BBSDIR
  177.  SET PCBNODE=1
  178.  
  179. 486DX CPU's
  180. -----------
  181. Some math coprocessors in 486DX CPUs cannot handle floating point math.
  182. This can show up as an ERROR 5, a keyboard timeout, etc.
  183.  
  184. Fortunately there is an easy fix for this problem. Simply place the following
  185. line in the AUTOEXEC.BAT file:
  186.  
  187.     SET NO87=ON
  188.  
  189. Support BBS:
  190. ------------
  191. RabbitLand II BBS   1-972-286-3443  *  Fido 1:124/7013 *  Linear 121:2110/101
  192. Bryan Turner Email at: bat@airmail.net -OR- rabbit@rland.wfbbs.com
  193.  
  194. Where to find me:
  195. -----------------
  196. I frequent the Doorgames Echo Moderated by Ruth Argust
  197. And ALL the Linear Network Echos.
  198.  
  199.  
  200. Special Thanks:
  201. ---------------
  202. Well to my users. And My wife & Expected Child. Who put up with me. :)
  203.  
  204. Billy Joel.. I have his greatest hits CD running over and over...
  205.  
  206. Also I have to thank David Moses for getting me Started in this, and for being
  207. up at 12:30am to tell me that I can't spell. Thanks David! (I think)
  208.  
  209. To ALL the Beta Testers! (Glen O'Gorman He was the only one that I needed)
  210.  
  211. Where to find this Utility?
  212. ------------------------
  213. Freq EREQ from 1:124/7013
  214. Or Call 1-972-286-3443 and Look in the BBS File Directory
  215.  
  216.  
  217. Other Programs By SMYC Software:
  218. --------------------------------
  219. Baby Derby!
  220.  Let your users join in the fun of your upcoming Baby! Full ansi
  221.  output users get to guess on Date, Time, Weight, and Sex. Great fun
  222.  for expecting SysOps and SysOp's Wives!
  223.  *** FREE WARE *** Why would you want to pay for something that you are
  224.  only going to use once. (Maybe twice)
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286. Get a Life..   That's it Go home!!!!  Doc's are not fun, you spent too
  287. much time in it!
  288.